home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / demo / fpage / data.3 / httpd_common / conf / maps / imapdemo.map next >
Text File  |  1996-04-18  |  563b  |  17 lines

  1. # Demo map file
  2. # This file should be pointed at by an entry in IMAGEMAP.CNF
  3.  
  4. #The default page is loaded if no other entries are hit.
  5. default /winhttpd/htdocs/demo/noshape.htm
  6.  
  7. # Circles are defined by two points; the first is the center, and the second
  8. # is a point on the perimeter.
  9. circle /winhttpd/htdocs/demo/circle.htm 50,50 50,10
  10.  
  11. # Rects are defined by two diagonally opposite vertices.
  12. rect /winhttpd/htdocs/demo/rect.htm 130,10 170,90
  13.  
  14. # Polys can have any number of vertices. 
  15. poly /winhttpd/htdocs/demo/poly.htm 250,10 210,90 290,90
  16.  
  17.